Retrieves the item with the specified index
HRESULT Item(long Index, [out, retval] IADError ** pVal);
Item(long Index, [out, retval] IADError * pVal);
Sub Item(Index As long, pVal As [out, retval] IADError *)
Parameters |
Description |
[in] long Index |
The index of the item to retrieve. Valid indexes range from 1 to Count. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|